home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / sos3-2.lha / src / cci / cci_err.h < prev    next >
C/C++ Source or Header  |  1992-01-23  |  1KB  |  37 lines

  1. /* --------------------------------------------------------------------------
  2.  * Copyright 1992 by Forschungszentrum Informatik (FZI)
  3.  *
  4.  * You can use and distribute this software under the terms of the licence
  5.  * you should have received along with this program.
  6.  * If not or if you want additional information, write to
  7.  * Forschungszentrum Informatik, "STONE", Haid-und-Neu-Strasse 10-14,
  8.  * D-7500 Karlsruhe 1, Germany.
  9.  * --------------------------------------------------------------------------
  10.  */
  11. #ifndef ERRCCIH
  12. #define ERRCCIH 1
  13.  
  14. #include "err.h"
  15.  
  16. extern const err_msg err_CCI_INC_LOAD_FAILED;
  17. extern const err_msg err_CCI_INC_LOAD_NOT_IMPL;
  18. extern const err_msg err_CCI_INVALID_MAKE;
  19. extern const err_msg err_CCI_INVALID_METHOD;
  20. extern const err_msg err_CCI_LINK_FAILED;
  21. extern const err_msg err_CCI_LOAD_FAILED;
  22. extern const err_msg err_CCI_MKEXEC_FAILED;
  23. extern const err_msg err_CCI_MOVE_FAILED;
  24. extern const err_msg err_CCI_NOT_INITIALIZED;
  25. extern const err_msg err_CCI_OPEN_FAILED;
  26. extern const err_msg err_CCI_READ_FAILED;
  27. extern const err_msg err_CCI_READ_HEADER_FAILED;
  28. extern const err_msg err_CCI_SEEK_FAILED;
  29. extern const err_msg err_CCI_UNKNOWN_SCHEMA;
  30. extern const err_msg err_CCI_WRITE_FAILED;
  31. extern const err_msg err_CCI_WRONG_INIT;
  32.  
  33. extern const err_msg err_SIL_NO_SCHEMA;
  34. extern const err_msg err_SIL_USAGE;
  35.  
  36. #endif
  37.